From 0b45abbfd883ab1cf571be6c4c358a621a95ec0b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 6 Jun 2004 01:59:43 +0000 Subject: [PATCH] (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings after a previous install followed by realclean. --- nt/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 4f619b3f2e3..6363904108e 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -139,7 +139,7 @@ bootstrap-nmake: $(MAKE) $(MFLAGS) bootstrap $(MAKE) $(MFLAGS) bootstrap-clean cd ..\lisp - $(MAKE) $(MFLAGS) bootstrap + $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap cd ..\lib-src $(MAKE) $(MFLAGS) DOC cd ..\nt -- 2.30.2